home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
graphicgems3.lha
/
GemsIII
/
defs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-06
|
252 b
|
14 lines
/* Dummy include file of definitions to make rolling-ball compile. */
#define Button1 1
#define ERASE 0
#define DRAW 3
typedef struct {
char *name;
double frame[4][4]} Polyhedron;
typedef struct {
char *name;
int id;} Display;